GrapeCity SPREAD for Windows Forms 12.0J
CreateGradientFill(IStyles,Double,GradientStop[]) メソッド


グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
線形グラデーションの角度を示すSystem.Double値。
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStopの配列。
線形グラデーション塗りつぶしを作成します。
構文
'Declaration
 
Public Overloads Shared Function CreateGradientFill( _
   ByVal styles As IStyles, _
   ByVal degree As Double, _
   ByVal gradientStops() As GradientStop _
) As Fill
'使用法
 
Dim styles As IStyles
Dim degree As Double
Dim gradientStops() As GradientStop
Dim value As Fill
 
value = StyleExtensions.CreateGradientFill(styles, degree, gradientStops)
public static Fill CreateGradientFill( 
   IStyles styles,
   double degree,
   GradientStop[] gradientStops
)

パラメータ

styles
グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
degree
線形グラデーションの角度を示すSystem.Double値。
gradientStops
グラデーションストップを示すGrapeCity.Spreadsheet.GradientStopの配列。

戻り値の型

作成されたグラデーション塗りつぶしを表すGrapeCity.Spreadsheet.Fill値。
参照

StyleExtensions クラス
StyleExtensions メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.